home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  229 b   |  16 lines

  1. on exitFrame
  2.   global nFin
  3.   if the movieTime of sprite 5 < nFin then
  4.     go(the frame)
  5.   else
  6.     go("codigo")
  7.   end if
  8. end
  9.  
  10. on mouseDown
  11.   global bSalto
  12.   set bSalto to 1
  13.   set the movieRate of sprite 5 to 0
  14.   go("codigo")
  15. end
  16.